home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.swf / scripts / DefineButton2_169 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-15  |  151 b   |  9 lines

  1. on(release){
  2.    if(1 < CurPage)
  3.    {
  4.       CurPage -= 1;
  5.       PageText = "PAGE " + CurPage + " of " + Pages;
  6.       call("PopResults");
  7.    }
  8. }
  9.